home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 72 / Cine Live 72.iso / pc / Data / Interface / boucle videos.k < prev    next >
Encoding:
Text File  |  2003-09-08  |  34.9 KB  |  1,130 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000140,$0000002A,$0000024E,$00000383,$00000000,$FFFFEF0B,$00000000,$00000000};
  6.         LayoutWindow is {$000000FE,$00000138,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; Cursor is oEmptyCursor; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     Kind is DrawOpaque; 
  14.     Elements is [
  15.         oFond2,
  16.         oVid_o3,
  17.         oGlobal4,
  18.         oController5
  19.     ];
  20.     Events is [
  21.         cOnscreenEvent
  22.         with Flags is $00000004; 
  23.             Commands is [
  24.                 cTokenCommand
  25.                 with Flags is $00000004; TokenName is "StopMenu"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  26.                 cTokenCommand
  27.                 with Flags is $00000004; TokenName is "StopMusique"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  28.                 cDragCommand
  29.                 with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
  30.                 cGrowCommand
  31.                 with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
  32.                 cDoCookieCommand
  33.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "0"; end
  34.             ];
  35.         end,
  36.         cKeyboardEvent
  37.         with Value is "+"; 
  38.             Commands is [
  39.                 cSetVolumeCommand
  40.                 with Mode is ExecuteHigher; end
  41.             ];
  42.         end,
  43.         cKeyboardEvent
  44.         with Value is "-"; 
  45.             Commands is [
  46.                 cSetVolumeCommand
  47.                 with Flags is $00000004; Mode is ExecuteLower; end
  48.             ];
  49.         end,
  50.         cKeyboardEvent
  51.         with Value is "m"; 
  52.             Commands is [
  53.                 cRunCommand
  54.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  55.             ];
  56.         end
  57.     ];
  58. end;
  59.  
  60. object oFond2 is cImage
  61. with 
  62.     Flags is $00000150; 
  63.     Name is "Fond"; 
  64.     Enabled is false; Cursor is oEmptyCursor; 
  65.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  66.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  67.     Duration is 5; Duration is 5; TimeScale is 1; 
  68.     URL is "../Images/loadingboucle.jpg"; 
  69.     
  70.     
  71.     Events is [
  72.         cOnscreenEvent
  73.         with Flags is $00000004; 
  74.             Commands is [
  75.                 cRunCommand
  76.                 with Flags is $00000004; Target is oTargetSelf; end,
  77.                 cFocusCommand
  78.                 with Flags is $00000004; Target is oTargetSelf; end,
  79.                 cTokenCommand
  80.                 with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  81.             ];
  82.         end,
  83.         cFinishedEvent
  84.         with Flags is $00000004; 
  85.             Commands is [
  86.                 cShowCommand
  87.                 with Flags is $00000004; Target is oController5; end,
  88.                 cEnableCommand
  89.                 with Flags is $00000004; Target is oController5; end,
  90.                 cFocusCommand
  91.                 with Flags is $00000004; Target is oController5; end,
  92.                 cTokenCommand
  93.                 with Flags is $00000004; TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController5; end
  94.             ];
  95.         end
  96.     ];
  97. end;
  98.  
  99. object oVid_o3 is cMPEGMovie
  100. with 
  101.     Flags is $00000154; 
  102.     Name is "Vid\$E9o"; 
  103.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  104.     
  105.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  106.     
  107.     URL is "../Videos/Bonus%20incrust.mpg"; 
  108.     Events is [
  109.         cFinishedEvent
  110.         with Flags is $00000004; 
  111.             Commands is [
  112.                 cTokenCommand
  113.                 with Flags is $00000004; TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController5; end
  114.             ];
  115.         end
  116.     ];
  117. end;
  118.  
  119. object oGlobal4 is cBox
  120. with 
  121.     Flags is $00000154; 
  122.     Name is "Global"; 
  123.     Enabled is false; Shown is false; 
  124.     
  125.     Width is 800; Height is 600; 
  126.     
  127.     Kind is DrawOpaque; 
  128. end;
  129.  
  130. object oController5 is cBox
  131. with 
  132.     Flags is $00000154; 
  133.     Name is "Controller"; 
  134.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  135.     
  136.     Width is 640; Height is 480; 
  137.     
  138.     
  139.     Events is [
  140.         cKeyboardEvent
  141.         with Flags is $00000004; Test is IsSpace; 
  142.             Commands is [
  143.                 cDoCookieCommand
  144.                 with CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
  145.                 cIfCookieCommand
  146.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "1"; 
  147.                     Commands is [
  148.                         cDragCommand
  149.                         with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
  150.                         cGrowCommand
  151.                         with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
  152.                         cShowCommand
  153.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  154.                         cRunCommand
  155.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  156.                         cEnableCommand
  157.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  158.                         cSwitchURLCommand
  159.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus%20incrust.mpg"; end,
  160.                         cShowCommand
  161.                         with Flags is $00000004; Target is oVid_o3; end,
  162.                         cRunCommand
  163.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  164.                         cEnableCommand
  165.                         with Flags is $00000004; Target is oVid_o3; end
  166.                     ];
  167.                 end,
  168.                 cIfCookieCommand
  169.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "2"; 
  170.                     Commands is [
  171.                         cShowCommand
  172.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  173.                         cRunCommand
  174.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  175.                         cEnableCommand
  176.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  177.                         cSwitchURLCommand
  178.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus%20Nemo.mpg"; end,
  179.                         cShowCommand
  180.                         with Flags is $00000004; Target is oVid_o3; end,
  181.                         cRunCommand
  182.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  183.                         cEnableCommand
  184.                         with Flags is $00000004; Target is oVid_o3; end
  185.                     ];
  186.                 end,
  187.                 cIfCookieCommand
  188.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "3"; 
  189.                     Commands is [
  190.                         cShowCommand
  191.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  192.                         cRunCommand
  193.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  194.                         cEnableCommand
  195.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  196.                         cSwitchURLCommand
  197.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus%20nos%20amis.mpg"; end,
  198.                         cShowCommand
  199.                         with Flags is $00000004; Target is oVid_o3; end,
  200.                         cRunCommand
  201.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  202.                         cEnableCommand
  203.                         with Flags is $00000004; Target is oVid_o3; end
  204.                     ];
  205.                 end,
  206.                 cIfCookieCommand
  207.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "4"; 
  208.                     Commands is [
  209.                         cShowCommand
  210.                         with Target is oVid_o3; Mode is Clear; end,
  211.                         cRunCommand
  212.                         with Target is oVid_o3; Mode is Clear; end,
  213.                         cEnableCommand
  214.                         with Target is oVid_o3; Mode is Clear; end,
  215.                         cSwitchURLCommand
  216.                         with Target is oVid_o3; URL is "../Videos/A1.MPG"; end,
  217.                         cShowCommand
  218.                         with Target is oVid_o3; end,
  219.                         cRunCommand
  220.                         with Target is oVid_o3; Rewind is true; end,
  221.                         cEnableCommand
  222.                         with Target is oVid_o3; end
  223.                     ];
  224.                 end,
  225.                 cIfCookieCommand
  226.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "5"; 
  227.                     Commands is [
  228.                         cShowCommand
  229.                         with Target is oVid_o3; Mode is Clear; end,
  230.                         cRunCommand
  231.                         with Target is oVid_o3; Mode is Clear; end,
  232.                         cEnableCommand
  233.                         with Target is oVid_o3; Mode is Clear; end,
  234.                         cSwitchURLCommand
  235.                         with Target is oVid_o3; URL is "../Videos/A2.MPG"; end,
  236.                         cShowCommand
  237.                         with Target is oVid_o3; end,
  238.                         cRunCommand
  239.                         with Target is oVid_o3; Rewind is true; end,
  240.                         cEnableCommand
  241.                         with Target is oVid_o3; end
  242.                     ];
  243.                 end,
  244.                 cIfCookieCommand
  245.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "6"; 
  246.                     Commands is [
  247.                         cShowCommand
  248.                         with Target is oVid_o3; Mode is Clear; end,
  249.                         cRunCommand
  250.                         with Target is oVid_o3; Mode is Clear; end,
  251.                         cEnableCommand
  252.                         with Target is oVid_o3; Mode is Clear; end,
  253.                         cSwitchURLCommand
  254.                         with Target is oVid_o3; URL is "../Videos/A3.MPG"; end,
  255.                         cShowCommand
  256.                         with Target is oVid_o3; end,
  257.                         cRunCommand
  258.                         with Target is oVid_o3; Rewind is true; end,
  259.                         cEnableCommand
  260.                         with Target is oVid_o3; end
  261.                     ];
  262.                 end,
  263.                 cIfCookieCommand
  264.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "7"; 
  265.                     Commands is [
  266.                         cShowCommand
  267.                         with Target is oVid_o3; Mode is Clear; end,
  268.                         cRunCommand
  269.                         with Target is oVid_o3; Mode is Clear; end,
  270.                         cEnableCommand
  271.                         with Target is oVid_o3; Mode is Clear; end,
  272.                         cSwitchURLCommand
  273.                         with Target is oVid_o3; URL is "../Videos/A4.MPG"; end,
  274.                         cShowCommand
  275.                         with Target is oVid_o3; end,
  276.                         cRunCommand
  277.                         with Target is oVid_o3; Rewind is true; end,
  278.                         cEnableCommand
  279.                         with Target is oVid_o3; end
  280.                     ];
  281.                 end,
  282.                 cIfCookieCommand
  283.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "8"; 
  284.                     Commands is [
  285.                         cShowCommand
  286.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  287.                         cRunCommand
  288.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  289.                         cEnableCommand
  290.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  291.                         cSwitchURLCommand
  292.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
  293.                         cShowCommand
  294.                         with Flags is $00000004; Target is oVid_o3; end,
  295.                         cRunCommand
  296.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  297.                         cEnableCommand
  298.                         with Flags is $00000004; Target is oVid_o3; end
  299.                     ];
  300.                 end,
  301.                 cIfCookieCommand
  302.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "9"; 
  303.                     Commands is [
  304.                         cShowCommand
  305.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  306.                         cRunCommand
  307.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  308.                         cEnableCommand
  309.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  310.                         cSwitchURLCommand
  311.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
  312.                         cShowCommand
  313.                         with Flags is $00000004; Target is oVid_o3; end,
  314.                         cRunCommand
  315.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  316.                         cEnableCommand
  317.                         with Flags is $00000004; Target is oVid_o3; end
  318.                     ];
  319.                 end,
  320.                 cIfCookieCommand
  321.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "10"; 
  322.                     Commands is [
  323.                         cShowCommand
  324.                         with Target is oVid_o3; Mode is Clear; end,
  325.                         cRunCommand
  326.                         with Target is oVid_o3; Mode is Clear; end,
  327.                         cEnableCommand
  328.                         with Target is oVid_o3; Mode is Clear; end,
  329.                         cSwitchURLCommand
  330.                         with Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
  331.                         cShowCommand
  332.                         with Target is oVid_o3; end,
  333.                         cRunCommand
  334.                         with Target is oVid_o3; Rewind is true; end,
  335.                         cEnableCommand
  336.                         with Target is oVid_o3; end
  337.                     ];
  338.                 end,
  339.                 cIfCookieCommand
  340.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "11"; 
  341.                     Commands is [
  342.                         cShowCommand
  343.                         with Target is oVid_o3; Mode is Clear; end,
  344.                         cRunCommand
  345.                         with Target is oVid_o3; Mode is Clear; end,
  346.                         cEnableCommand
  347.                         with Target is oVid_o3; Mode is Clear; end,
  348.                         cSwitchURLCommand
  349.                         with Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
  350.                         cShowCommand
  351.                         with Target is oVid_o3; end,
  352.                         cRunCommand
  353.                         with Target is oVid_o3; Rewind is true; end,
  354.                         cEnableCommand
  355.                         with Target is oVid_o3; end
  356.                     ];
  357.                 end,
  358.                 cIfCookieCommand
  359.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "12"; 
  360.                     Commands is [
  361.                         cShowCommand
  362.                         with Target is oVid_o3; Mode is Clear; end,
  363.                         cRunCommand
  364.                         with Target is oVid_o3; Mode is Clear; end,
  365.                         cEnableCommand
  366.                         with Target is oVid_o3; Mode is Clear; end,
  367.                         cSwitchURLCommand
  368.                         with Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
  369.                         cShowCommand
  370.                         with Target is oVid_o3; end,
  371.                         cRunCommand
  372.                         with Target is oVid_o3; Rewind is true; end,
  373.                         cEnableCommand
  374.                         with Target is oVid_o3; end
  375.                     ];
  376.                 end,
  377.                 cIfCookieCommand
  378.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "13"; 
  379.                     Commands is [
  380.                         cShowCommand
  381.                         with Target is oVid_o3; Mode is Clear; end,
  382.                         cRunCommand
  383.                         with Target is oVid_o3; Mode is Clear; end,
  384.                         cEnableCommand
  385.                         with Target is oVid_o3; Mode is Clear; end,
  386.                         cSwitchURLCommand
  387.                         with Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
  388.                         cShowCommand
  389.                         with Target is oVid_o3; end,
  390.                         cRunCommand
  391.                         with Target is oVid_o3; Rewind is true; end,
  392.                         cEnableCommand
  393.                         with Target is oVid_o3; end
  394.                     ];
  395.                 end,
  396.                 cIfCookieCommand
  397.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "14"; 
  398.                     Commands is [
  399.                         cShowCommand
  400.                         with Target is oVid_o3; Mode is Clear; end,
  401.                         cRunCommand
  402.                         with Target is oVid_o3; Mode is Clear; end,
  403.                         cEnableCommand
  404.                         with Target is oVid_o3; Mode is Clear; end,
  405.                         cSwitchURLCommand
  406.                         with Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
  407.                         cShowCommand
  408.                         with Target is oVid_o3; end,
  409.                         cRunCommand
  410.                         with Target is oVid_o3; Rewind is true; end,
  411.                         cEnableCommand
  412.                         with Target is oVid_o3; end
  413.                     ];
  414.                 end,
  415.                 cIfCookieCommand
  416.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "15"; 
  417.                     Commands is [
  418.                         cShowCommand
  419.                         with Target is oVid_o3; Mode is Clear; end,
  420.                         cRunCommand
  421.                         with Target is oVid_o3; Mode is Clear; end,
  422.                         cEnableCommand
  423.                         with Target is oVid_o3; Mode is Clear; end,
  424.                         cSwitchURLCommand
  425.                         with Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
  426.                         cShowCommand
  427.                         with Target is oVid_o3; end,
  428.                         cRunCommand
  429.                         with Target is oVid_o3; Rewind is true; end,
  430.                         cEnableCommand
  431.                         with Target is oVid_o3; end
  432.                     ];
  433.                 end,
  434.                 cIfCookieCommand
  435.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "16"; 
  436.                     Commands is [
  437.                         cEnableCommand
  438.                         with Target is oVid_o3; Mode is Clear; end,
  439.                         cShowCommand
  440.                         with Target is oVid_o3; Mode is Clear; end,
  441.                         cRunCommand
  442.                         with Target is oVid_o3; Mode is Clear; end,
  443.                         cSwitchURLCommand
  444.                         with Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
  445.                         cEnableCommand
  446.                         with Target is oVid_o3; end,
  447.                         cShowCommand
  448.                         with Target is oVid_o3; end,
  449.                         cRunCommand
  450.                         with Target is oVid_o3; Rewind is true; end
  451.                     ];
  452.                 end,
  453.                 cIfCookieCommand
  454.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "17"; 
  455.                     Commands is [
  456.                         cShowCommand
  457.                         with Target is oVid_o3; Mode is Clear; end,
  458.                         cRunCommand
  459.                         with Target is oVid_o3; Mode is Clear; end,
  460.                         cEnableCommand
  461.                         with Target is oVid_o3; Mode is Clear; end,
  462.                         cSwitchURLCommand
  463.                         with Target is oVid_o3; URL is "../Videos/S9.MPG"; end,
  464.                         cShowCommand
  465.                         with Target is oVid_o3; end,
  466.                         cRunCommand
  467.                         with Target is oVid_o3; Rewind is true; end,
  468.                         cEnableCommand
  469.                         with Target is oVid_o3; end
  470.                     ];
  471.                 end,
  472.                 cIfCookieCommand
  473.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "18"; 
  474.                     Commands is [
  475.                         cShowCommand
  476.                         with Target is oVid_o3; Mode is Clear; end,
  477.                         cRunCommand
  478.                         with Target is oVid_o3; Mode is Clear; end,
  479.                         cEnableCommand
  480.                         with Target is oVid_o3; Mode is Clear; end,
  481.                         cSwitchURLCommand
  482.                         with Target is oVid_o3; URL is "../Videos/S10.MPG"; end,
  483.                         cShowCommand
  484.                         with Target is oVid_o3; end,
  485.                         cRunCommand
  486.                         with Target is oVid_o3; Rewind is true; end,
  487.                         cEnableCommand
  488.                         with Target is oVid_o3; end
  489.                     ];
  490.                 end,
  491.                 cIfCookieCommand
  492.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "19"; 
  493.                     Commands is [
  494.                         cShowCommand
  495.                         with Target is oVid_o3; Mode is Clear; end,
  496.                         cRunCommand
  497.                         with Target is oVid_o3; Mode is Clear; end,
  498.                         cEnableCommand
  499.                         with Target is oVid_o3; Mode is Clear; end,
  500.                         cSwitchURLCommand
  501.                         with Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
  502.                         cShowCommand
  503.                         with Target is oVid_o3; end,
  504.                         cRunCommand
  505.                         with Target is oVid_o3; Rewind is true; end,
  506.                         cEnableCommand
  507.                         with Target is oVid_o3; end
  508.                     ];
  509.                 end,
  510.                 cIfCookieCommand
  511.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "20"; 
  512.                     Commands is [
  513.                         cShowCommand
  514.                         with Target is oVid_o3; Mode is Clear; end,
  515.                         cRunCommand
  516.                         with Target is oVid_o3; Mode is Clear; end,
  517.                         cEnableCommand
  518.                         with Target is oVid_o3; Mode is Clear; end,
  519.                         cSwitchURLCommand
  520.                         with Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
  521.                         cShowCommand
  522.                         with Target is oVid_o3; end,
  523.                         cRunCommand
  524.                         with Target is oVid_o3; Rewind is true; end,
  525.                         cEnableCommand
  526.                         with Target is oVid_o3; end
  527.                     ];
  528.                 end,
  529.                 cIfCookieCommand
  530.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "21"; 
  531.                     Commands is [
  532.                         cShowCommand
  533.                         with Target is oVid_o3; Mode is Clear; end,
  534.                         cRunCommand
  535.                         with Target is oVid_o3; Mode is Clear; end,
  536.                         cEnableCommand
  537.                         with Target is oVid_o3; Mode is Clear; end,
  538.                         cSwitchURLCommand
  539.                         with Target is oVid_o3; URL is "../Videos/R1.MPG"; end,
  540.                         cShowCommand
  541.                         with Target is oVid_o3; end,
  542.                         cRunCommand
  543.                         with Target is oVid_o3; Rewind is true; end,
  544.                         cEnableCommand
  545.                         with Target is oVid_o3; end
  546.                     ];
  547.                 end,
  548.                 cIfCookieCommand
  549.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "22"; 
  550.                     Commands is [
  551.                         cShowCommand
  552.                         with Target is oVid_o3; Mode is Clear; end,
  553.                         cRunCommand
  554.                         with Target is oVid_o3; Mode is Clear; end,
  555.                         cEnableCommand
  556.                         with Target is oVid_o3; Mode is Clear; end,
  557.                         cSwitchURLCommand
  558.                         with Target is oVid_o3; URL is "../Videos/R2.MPG"; end,
  559.                         cShowCommand
  560.                         with Target is oVid_o3; end,
  561.                         cRunCommand
  562.                         with Target is oVid_o3; Rewind is true; end,
  563.                         cEnableCommand
  564.                         with Target is oVid_o3; end
  565.                     ];
  566.                 end,
  567.                 cIfCookieCommand
  568.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "23"; 
  569.                     Commands is [
  570.                         cShowCommand
  571.                         with Target is oVid_o3; Mode is Clear; end,
  572.                         cRunCommand
  573.                         with Target is oVid_o3; Mode is Clear; end,
  574.                         cEnableCommand
  575.                         with Target is oVid_o3; Mode is Clear; end,
  576.                         cSwitchURLCommand
  577.                         with Target is oVid_o3; URL is "../Videos/R3.MPG"; end,
  578.                         cShowCommand
  579.                         with Target is oVid_o3; end,
  580.                         cRunCommand
  581.                         with Target is oVid_o3; Rewind is true; end,
  582.                         cEnableCommand
  583.                         with Target is oVid_o3; end
  584.                     ];
  585.                 end,
  586.                 cIfCookieCommand
  587.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "24"; 
  588.                     Commands is [
  589.                         cShowCommand
  590.                         with Target is oVid_o3; Mode is Clear; end,
  591.                         cRunCommand
  592.                         with Target is oVid_o3; Mode is Clear; end,
  593.                         cEnableCommand
  594.                         with Target is oVid_o3; Mode is Clear; end,
  595.                         cSwitchURLCommand
  596.                         with Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
  597.                         cShowCommand
  598.                         with Target is oVid_o3; end,
  599.                         cRunCommand
  600.                         with Target is oVid_o3; Rewind is true; end,
  601.                         cEnableCommand
  602.                         with Target is oVid_o3; end
  603.                     ];
  604.                 end,
  605.                 cIfCookieCommand
  606.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "25"; 
  607.                     Commands is [
  608.                         cShowCommand
  609.                         with Target is oVid_o3; Mode is Clear; end,
  610.                         cRunCommand
  611.                         with Target is oVid_o3; Mode is Clear; end,
  612.                         cSwitchURLCommand
  613.                         with Target is oVid_o3; URL is "../Videos/V2.MPG"; end,
  614.                         cShowCommand
  615.                         with Target is oVid_o3; end,
  616.                         cRunCommand
  617.                         with Target is oVid_o3; Rewind is true; end,
  618.                         cEnableCommand
  619.                         with Target is oVid_o3; end,
  620.                         cDoCookieCommand
  621.                         with CookieName is "CountLoop"; Value is "0"; end
  622.                     ];
  623.                 end
  624.             ];
  625.         end,
  626.         cTokenEvent
  627.         with Flags is $00000004; MessageData is "EndMovie"; 
  628.             Commands is [
  629.                 cDoCookieCommand
  630.                 with CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
  631.                 cDragCommand
  632.                 with Target is oVid_o3; Mode is DragTo; end,
  633.                 cIfCookieCommand
  634.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "1"; 
  635.                     Commands is [
  636.                         cShowCommand
  637.                         with Target is oVid_o3; Mode is Clear; end,
  638.                         cRunCommand
  639.                         with Target is oVid_o3; Mode is Clear; end,
  640.                         cEnableCommand
  641.                         with Target is oVid_o3; Mode is Clear; end,
  642.                         cSwitchURLCommand
  643.                         with Target is oVid_o3; URL is "../Videos/Bonus%20incrust.mpg"; end,
  644.                         cShowCommand
  645.                         with Target is oVid_o3; end,
  646.                         cRunCommand
  647.                         with Target is oVid_o3; Rewind is true; end,
  648.                         cEnableCommand
  649.                         with Target is oVid_o3; end
  650.                     ];
  651.                 end,
  652.                 cIfCookieCommand
  653.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "2"; 
  654.                     Commands is [
  655.                         cShowCommand
  656.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  657.                         cRunCommand
  658.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  659.                         cEnableCommand
  660.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  661.                         cSwitchURLCommand
  662.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus%20Nemo.mpg"; end,
  663.                         cShowCommand
  664.                         with Flags is $00000004; Target is oVid_o3; end,
  665.                         cRunCommand
  666.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  667.                         cEnableCommand
  668.                         with Flags is $00000004; Target is oVid_o3; end
  669.                     ];
  670.                 end,
  671.                 cIfCookieCommand
  672.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "3"; 
  673.                     Commands is [
  674.                         cShowCommand
  675.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  676.                         cRunCommand
  677.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  678.                         cEnableCommand
  679.                         with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
  680.                         cSwitchURLCommand
  681.                         with Flags is $00000004; Target is oVid_o3; URL is "../Videos/Bonus%20nos%20amis.mpg"; end,
  682.                         cShowCommand
  683.                         with Flags is $00000004; Target is oVid_o3; end,
  684.                         cRunCommand
  685.                         with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
  686.                         cEnableCommand
  687.                         with Flags is $00000004; Target is oVid_o3; end
  688.                     ];
  689.                 end,
  690.                 cIfCookieCommand
  691.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "4"; 
  692.                     Commands is [
  693.                         cShowCommand
  694.                         with Target is oVid_o3; Mode is Clear; end,
  695.                         cRunCommand
  696.                         with Target is oVid_o3; Mode is Clear; end,
  697.                         cEnableCommand
  698.                         with Target is oVid_o3; Mode is Clear; end,
  699.                         cSwitchURLCommand
  700.                         with Target is oVid_o3; URL is "../Videos/A1.MPG"; end,
  701.                         cShowCommand
  702.                         with Target is oVid_o3; end,
  703.                         cRunCommand
  704.                         with Target is oVid_o3; Rewind is true; end,
  705.                         cEnableCommand
  706.                         with Target is oVid_o3; end
  707.                     ];
  708.                 end,
  709.                 cIfCookieCommand
  710.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "5"; 
  711.                     Commands is [
  712.                         cShowCommand
  713.                         with Target is oVid_o3; Mode is Clear; end,
  714.                         cRunCommand
  715.                         with Target is oVid_o3; Mode is Clear; end,
  716.                         cEnableCommand
  717.                         with Target is oVid_o3; Mode is Clear; end,
  718.                         cSwitchURLCommand
  719.                         with Target is oVid_o3; URL is "../Videos/A2.MPG"; end,
  720.                         cShowCommand
  721.                         with Target is oVid_o3; end,
  722.                         cRunCommand
  723.                         with Target is oVid_o3; Rewind is true; end,
  724.                         cEnableCommand
  725.                         with Target is oVid_o3; end
  726.                     ];
  727.                 end,
  728.                 cIfCookieCommand
  729.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "6"; 
  730.                     Commands is [
  731.                         cShowCommand
  732.                         with Target is oVid_o3; Mode is Clear; end,
  733.                         cRunCommand
  734.                         with Target is oVid_o3; Mode is Clear; end,
  735.                         cEnableCommand
  736.                         with Target is oVid_o3; Mode is Clear; end,
  737.                         cSwitchURLCommand
  738.                         with Target is oVid_o3; URL is "../Videos/A3.MPG"; end,
  739.                         cShowCommand
  740.                         with Target is oVid_o3; end,
  741.                         cRunCommand
  742.                         with Target is oVid_o3; Rewind is true; end,
  743.                         cEnableCommand
  744.                         with Target is oVid_o3; end
  745.                     ];
  746.                 end,
  747.                 cIfCookieCommand
  748.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "7"; 
  749.                     Commands is [
  750.                         cShowCommand
  751.                         with Target is oVid_o3; Mode is Clear; end,
  752.                         cRunCommand
  753.                         with Target is oVid_o3; Mode is Clear; end,
  754.                         cEnableCommand
  755.                         with Target is oVid_o3; Mode is Clear; end,
  756.                         cSwitchURLCommand
  757.                         with Target is oVid_o3; URL is "../Videos/A4.MPG"; end,
  758.                         cShowCommand
  759.                         with Target is oVid_o3; end,
  760.                         cRunCommand
  761.                         with Target is oVid_o3; Rewind is true; end,
  762.                         cEnableCommand
  763.                         with Target is oVid_o3; end
  764.                     ];
  765.                 end,
  766.                 cIfCookieCommand
  767.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "8"; 
  768.                     Commands is [
  769.                         cShowCommand
  770.                         with Target is oVid_o3; Mode is Clear; end,
  771.                         cRunCommand
  772.                         with Target is oVid_o3; Mode is Clear; end,
  773.                         cEnableCommand
  774.                         with Target is oVid_o3; Mode is Clear; end,
  775.                         cSwitchURLCommand
  776.                         with Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
  777.                         cShowCommand
  778.                         with Target is oVid_o3; end,
  779.                         cRunCommand
  780.                         with Target is oVid_o3; Rewind is true; end,
  781.                         cEnableCommand
  782.                         with Target is oVid_o3; end
  783.                     ];
  784.                 end,
  785.                 cIfCookieCommand
  786.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "9"; 
  787.                     Commands is [
  788.                         cShowCommand
  789.                         with Target is oVid_o3; Mode is Clear; end,
  790.                         cRunCommand
  791.                         with Target is oVid_o3; Mode is Clear; end,
  792.                         cEnableCommand
  793.                         with Target is oVid_o3; Mode is Clear; end,
  794.                         cSwitchURLCommand
  795.                         with Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
  796.                         cShowCommand
  797.                         with Target is oVid_o3; end,
  798.                         cRunCommand
  799.                         with Target is oVid_o3; Rewind is true; end,
  800.                         cEnableCommand
  801.                         with Target is oVid_o3; end
  802.                     ];
  803.                 end,
  804.                 cIfCookieCommand
  805.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "10"; 
  806.                     Commands is [
  807.                         cShowCommand
  808.                         with Target is oVid_o3; Mode is Clear; end,
  809.                         cRunCommand
  810.                         with Target is oVid_o3; Mode is Clear; end,
  811.                         cEnableCommand
  812.                         with Target is oVid_o3; Mode is Clear; end,
  813.                         cSwitchURLCommand
  814.                         with Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
  815.                         cShowCommand
  816.                         with Target is oVid_o3; end,
  817.                         cRunCommand
  818.                         with Target is oVid_o3; Rewind is true; end,
  819.                         cEnableCommand
  820.                         with Target is oVid_o3; end
  821.                     ];
  822.                 end,
  823.                 cIfCookieCommand
  824.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "11"; 
  825.                     Commands is [
  826.                         cShowCommand
  827.                         with Target is oVid_o3; Mode is Clear; end,
  828.                         cRunCommand
  829.                         with Target is oVid_o3; Mode is Clear; end,
  830.                         cEnableCommand
  831.                         with Target is oVid_o3; Mode is Clear; end,
  832.                         cSwitchURLCommand
  833.                         with Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
  834.                         cShowCommand
  835.                         with Target is oVid_o3; end,
  836.                         cRunCommand
  837.                         with Target is oVid_o3; Rewind is true; end,
  838.                         cEnableCommand
  839.                         with Target is oVid_o3; end
  840.                     ];
  841.                 end,
  842.                 cIfCookieCommand
  843.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "12"; 
  844.                     Commands is [
  845.                         cShowCommand
  846.                         with Target is oVid_o3; Mode is Clear; end,
  847.                         cRunCommand
  848.                         with Target is oVid_o3; Mode is Clear; end,
  849.                         cEnableCommand
  850.                         with Target is oVid_o3; Mode is Clear; end,
  851.                         cSwitchURLCommand
  852.                         with Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
  853.                         cShowCommand
  854.                         with Target is oVid_o3; end,
  855.                         cRunCommand
  856.                         with Target is oVid_o3; Rewind is true; end,
  857.                         cEnableCommand
  858.                         with Target is oVid_o3; end
  859.                     ];
  860.                 end,
  861.                 cIfCookieCommand
  862.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "13"; 
  863.                     Commands is [
  864.                         cShowCommand
  865.                         with Target is oVid_o3; Mode is Clear; end,
  866.                         cRunCommand
  867.                         with Target is oVid_o3; Mode is Clear; end,
  868.                         cEnableCommand
  869.                         with Target is oVid_o3; Mode is Clear; end,
  870.                         cSwitchURLCommand
  871.                         with Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
  872.                         cShowCommand
  873.                         with Target is oVid_o3; end,
  874.                         cRunCommand
  875.                         with Target is oVid_o3; Rewind is true; end,
  876.                         cEnableCommand
  877.                         with Target is oVid_o3; end
  878.                     ];
  879.                 end,
  880.                 cIfCookieCommand
  881.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "14"; 
  882.                     Commands is [
  883.                         cShowCommand
  884.                         with Target is oVid_o3; Mode is Clear; end,
  885.                         cRunCommand
  886.                         with Target is oVid_o3; Mode is Clear; end,
  887.                         cEnableCommand
  888.                         with Target is oVid_o3; Mode is Clear; end,
  889.                         cSwitchURLCommand
  890.                         with Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
  891.                         cShowCommand
  892.                         with Target is oVid_o3; end,
  893.                         cRunCommand
  894.                         with Target is oVid_o3; Rewind is true; end,
  895.                         cEnableCommand
  896.                         with Target is oVid_o3; end
  897.                     ];
  898.                 end,
  899.                 cIfCookieCommand
  900.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "15"; 
  901.                     Commands is [
  902.                         cShowCommand
  903.                         with Target is oVid_o3; Mode is Clear; end,
  904.                         cRunCommand
  905.                         with Target is oVid_o3; Mode is Clear; end,
  906.                         cEnableCommand
  907.                         with Target is oVid_o3; Mode is Clear; end,
  908.                         cSwitchURLCommand
  909.                         with Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
  910.                         cShowCommand
  911.                         with Target is oVid_o3; end,
  912.                         cRunCommand
  913.                         with Target is oVid_o3; Rewind is true; end,
  914.                         cEnableCommand
  915.                         with Target is oVid_o3; end
  916.                     ];
  917.                 end,
  918.                 cIfCookieCommand
  919.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "16"; 
  920.                     Commands is [
  921.                         cShowCommand
  922.                         with Target is oVid_o3; Mode is Clear; end,
  923.                         cRunCommand
  924.                         with Target is oVid_o3; Mode is Clear; end,
  925.                         cEnableCommand
  926.                         with Target is oVid_o3; Mode is Clear; end,
  927.                         cSwitchURLCommand
  928.                         with Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
  929.                         cShowCommand
  930.                         with Target is oVid_o3; end,
  931.                         cRunCommand
  932.                         with Target is oVid_o3; Rewind is true; end,
  933.                         cEnableCommand
  934.                         with Target is oVid_o3; end
  935.                     ];
  936.                 end,
  937.                 cIfCookieCommand
  938.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "17"; 
  939.                     Commands is [
  940.                         cShowCommand
  941.                         with Target is oVid_o3; Mode is Clear; end,
  942.                         cRunCommand
  943.                         with Target is oVid_o3; Mode is Clear; end,
  944.                         cEnableCommand
  945.                         with Target is oVid_o3; Mode is Clear; end,
  946.                         cSwitchURLCommand
  947.                         with Target is oVid_o3; URL is "../Videos/S9.MPG"; end,
  948.                         cShowCommand
  949.                         with Target is oVid_o3; end,
  950.                         cRunCommand
  951.                         with Target is oVid_o3; Rewind is true; end,
  952.                         cEnableCommand
  953.                         with Target is oVid_o3; end
  954.                     ];
  955.                 end,
  956.                 cIfCookieCommand
  957.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "18"; 
  958.                     Commands is [
  959.                         cShowCommand
  960.                         with Target is oVid_o3; Mode is Clear; end,
  961.                         cRunCommand
  962.                         with Target is oVid_o3; Mode is Clear; end,
  963.                         cEnableCommand
  964.                         with Target is oVid_o3; Mode is Clear; end,
  965.                         cSwitchURLCommand
  966.                         with Target is oVid_o3; URL is "../Videos/S10.MPG"; end,
  967.                         cShowCommand
  968.                         with Target is oVid_o3; end,
  969.                         cRunCommand
  970.                         with Target is oVid_o3; Rewind is true; end,
  971.                         cEnableCommand
  972.                         with Target is oVid_o3; end
  973.                     ];
  974.                 end,
  975.                 cIfCookieCommand
  976.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "19"; 
  977.                     Commands is [
  978.                         cShowCommand
  979.                         with Target is oVid_o3; Mode is Clear; end,
  980.                         cRunCommand
  981.                         with Target is oVid_o3; Mode is Clear; end,
  982.                         cEnableCommand
  983.                         with Target is oVid_o3; Mode is Clear; end,
  984.                         cSwitchURLCommand
  985.                         with Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
  986.                         cShowCommand
  987.                         with Target is oVid_o3; end,
  988.                         cRunCommand
  989.                         with Target is oVid_o3; Rewind is true; end,
  990.                         cEnableCommand
  991.                         with Target is oVid_o3; end
  992.                     ];
  993.                 end,
  994.                 cIfCookieCommand
  995.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "20"; 
  996.                     Commands is [
  997.                         cShowCommand
  998.                         with Target is oVid_o3; Mode is Clear; end,
  999.                         cRunCommand
  1000.                         with Target is oVid_o3; Mode is Clear; end,
  1001.                         cEnableCommand
  1002.                         with Target is oVid_o3; Mode is Clear; end,
  1003.                         cSwitchURLCommand
  1004.                         with Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
  1005.                         cShowCommand
  1006.                         with Target is oVid_o3; end,
  1007.                         cRunCommand
  1008.                         with Target is oVid_o3; Rewind is true; end,
  1009.                         cEnableCommand
  1010.                         with Target is oVid_o3; end
  1011.                     ];
  1012.                 end,
  1013.                 cIfCookieCommand
  1014.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "21"; 
  1015.                     Commands is [
  1016.                         cShowCommand
  1017.                         with Target is oVid_o3; Mode is Clear; end,
  1018.                         cRunCommand
  1019.                         with Target is oVid_o3; Mode is Clear; end,
  1020.                         cEnableCommand
  1021.                         with Target is oVid_o3; Mode is Clear; end,
  1022.                         cSwitchURLCommand
  1023.                         with Target is oVid_o3; URL is "../Videos/R1.MPG"; end,
  1024.                         cShowCommand
  1025.                         with Target is oVid_o3; end,
  1026.                         cRunCommand
  1027.                         with Target is oVid_o3; Rewind is true; end,
  1028.                         cEnableCommand
  1029.                         with Target is oVid_o3; end
  1030.                     ];
  1031.                 end,
  1032.                 cIfCookieCommand
  1033.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "22"; 
  1034.                     Commands is [
  1035.                         cShowCommand
  1036.                         with Target is oVid_o3; Mode is Clear; end,
  1037.                         cRunCommand
  1038.                         with Target is oVid_o3; Mode is Clear; end,
  1039.                         cEnableCommand
  1040.                         with Target is oVid_o3; Mode is Clear; end,
  1041.                         cSwitchURLCommand
  1042.                         with Target is oVid_o3; URL is "../Videos/R2.MPG"; end,
  1043.                         cShowCommand
  1044.                         with Target is oVid_o3; end,
  1045.                         cRunCommand
  1046.                         with Target is oVid_o3; Rewind is true; end,
  1047.                         cEnableCommand
  1048.                         with Target is oVid_o3; end
  1049.                     ];
  1050.                 end,
  1051.                 cIfCookieCommand
  1052.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "23"; 
  1053.                     Commands is [
  1054.                         cShowCommand
  1055.                         with Target is oVid_o3; Mode is Clear; end,
  1056.                         cRunCommand
  1057.                         with Target is oVid_o3; Mode is Clear; end,
  1058.                         cEnableCommand
  1059.                         with Target is oVid_o3; Mode is Clear; end,
  1060.                         cSwitchURLCommand
  1061.                         with Target is oVid_o3; URL is "../Videos/R3.MPG"; end,
  1062.                         cShowCommand
  1063.                         with Target is oVid_o3; end,
  1064.                         cRunCommand
  1065.                         with Target is oVid_o3; Rewind is true; end,
  1066.                         cEnableCommand
  1067.                         with Target is oVid_o3; end
  1068.                     ];
  1069.                 end,
  1070.                 cIfCookieCommand
  1071.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "24"; 
  1072.                     Commands is [
  1073.                         cShowCommand
  1074.                         with Target is oVid_o3; Mode is Clear; end,
  1075.                         cRunCommand
  1076.                         with Target is oVid_o3; Mode is Clear; end,
  1077.                         cEnableCommand
  1078.                         with Target is oVid_o3; Mode is Clear; end,
  1079.                         cSwitchURLCommand
  1080.                         with Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
  1081.                         cShowCommand
  1082.                         with Target is oVid_o3; end,
  1083.                         cRunCommand
  1084.                         with Target is oVid_o3; Rewind is true; end,
  1085.                         cEnableCommand
  1086.                         with Target is oVid_o3; end
  1087.                     ];
  1088.                 end,
  1089.                 cIfCookieCommand
  1090.                 with Flags is $00000004; CookieName is "CountLoop"; Value is "25"; 
  1091.                     Commands is [
  1092.                         cShowCommand
  1093.                         with Target is oVid_o3; Mode is Clear; end,
  1094.                         cRunCommand
  1095.                         with Target is oVid_o3; Mode is Clear; end,
  1096.                         cEnableCommand
  1097.                         with Target is oVid_o3; Mode is Clear; end,
  1098.                         cEnableCommand
  1099.                         with Target is oVid_o3; Mode is Clear; end,
  1100.                         cSwitchURLCommand
  1101.                         with Target is oVid_o3; URL is "../Videos/V2.MPG"; end,
  1102.                         cShowCommand
  1103.                         with Target is oVid_o3; end,
  1104.                         cRunCommand
  1105.                         with Target is oVid_o3; Rewind is true; end,
  1106.                         cEnableCommand
  1107.                         with Target is oVid_o3; end,
  1108.                         cDoCookieCommand
  1109.                         with CookieName is "CountLoop"; Value is "0"; end
  1110.                     ];
  1111.                 end
  1112.             ];
  1113.         end,
  1114.         cMouseUpEvent
  1115.         with Flag is true; 
  1116.             Commands is [
  1117.                 cEnableCommand
  1118.                 with Target is oVid_o3; Mode is Clear; end,
  1119.                 cShowCommand
  1120.                 with Target is oVid_o3; Mode is Clear; end,
  1121.                 cRunCommand
  1122.                 with Target is oVid_o3; Mode is Clear; end,
  1123.                 cTokenCommand
  1124.                 with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
  1125.                 cBrowseCommand
  1126.                 with URL is "sommaire.k"; end
  1127.             ];
  1128.         end
  1129.     ];
  1130. end;